home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Converters / Convert_PICT / Testing / hex_tests / bitmap=91C.hex < prev    next >
Text File  |  1995-06-12  |  3KB  |  76 lines

  1. % header
  2. 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  3. % end of app-specific header
  4. 00FF 0000 0000 00FF 00FF        % pict size (bogus) and top left bottom right
  5. 0011 02 FF                    % verson
  6. 0C00                        % Header op  (copied from a dumped file)
  7.     FFFFFFFF
  8.     00000000
  9.     00000000
  10.     01680000
  11.     00B20000
  12.     00000000
  13. 0001 000A 0000 0000 00FF 00FF        % Clip region.  Added to keep Mac tester happy.
  14.  
  15. 0030 0000 0000 00FF 00FF        % draw bounding rect
  16.  
  17.  
  18. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  19. %
  20. %    This tests the 90 opcode with a color image.
  21. %
  22. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  23.  
  24. 0091
  25. 8004                % rowbytes
  26. 0000 0000 0010 0010    % bounds (tlbr)
  27. 0000                % pixmap version
  28. 0000                % packing format
  29. 0000 0000            % Packed size (= 0 by IM V p. 104)
  30. 0048 0000 0048 0000    % horozontal resolution and vertical resolution (fixed pt. data type)
  31. 0000                % pixel type ( 0 == chunky format)
  32. 0002                % bits per pixel
  33. 0001                % num components in pixel
  34. 0002                % Size of each component
  35. 00000000            % Offset to next plane
  36. 00000000            % color table
  37. 00000000            % reserved
  38. % color table!
  39. 00000000
  40. 0000 0003
  41. 0000 FFFF FFFF FFFF
  42. 0001 FFFF 0000 0000
  43. 0002 0000 FFFF 0000
  44. 0003 0000 0000 FFFF
  45.  
  46. % source and dest rect and mode
  47. 0000 0000 0010 0010
  48. 0010 0010 0020 0020
  49. 0000
  50. %    Add a littleclip region that shows us only the central 6 rows of pixels
  51. 001C 0015 0010 001B 0020
  52. 0015  0010 0020 7FFF
  53. 001B 0010 0020 7FFF
  54. 7FFF
  55.  
  56. % bit data
  57. 00001111
  58. 00001111
  59. 00001111
  60. 00001111
  61. 00001111
  62. 00001111
  63. 00001111
  64. 00001111
  65. 22223333
  66. 22223333
  67. 22223333
  68. 22223333
  69. 22223333
  70. 22223333
  71. 22223333
  72. 22223333
  73.  
  74. 00FF    % end
  75.  
  76.